home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / mhdemo.zip / WUC.INI < prev    next >
INI File  |  1993-02-14  |  2KB  |  106 lines

  1. ;*************************************************************************
  2. ; FILE..........: wuc.ini
  3. ; AUTHOR........: Alexander V. Shturm
  4. ; COPYRIGHT.....: (C) 1993, SuperPhysica Center, St.-Petersburg, Russia.
  5. ; VERSION.......: 1.00 [beta]
  6. ; DESCRIPTION...: WinUUCP Communications Configuration File
  7. ; HISTORY.......: DATE     COMMENT
  8. ;                 -------- ----------------------------------------------
  9. ;                 08-02-93 Last Format Update.
  10. ;*************************************************************************
  11.  
  12. ; *** All timeouts and delay intervals are in 0.1 sec. ***
  13.  
  14. [Host]
  15. HostName=
  16. Domain=
  17. Organization=
  18. TimeZone=MSK-3
  19. CountryPhoneCode=7
  20. CityPhoneCode=812
  21.  
  22. [SendMail]
  23. MailServer=
  24. PostMaster=postmaster
  25. SysDir=c:\wuc\
  26.  
  27. [Directories]
  28. SpoolDir=c:\wuc\spool\
  29. PublicDir=c:\wuc\public\
  30. TempDir=c:\wuc\tmp\
  31. LogFileDir=c:\wuc\log\
  32.  
  33. [Phones]
  34. DialInternationalPrefix=8W10
  35. DialInternationalSuffix=
  36. DialNationalPrefix=8W
  37. DialNationalSuffix=
  38.  
  39. [Miscellaneous]
  40. LineServerPollInterval=60
  41. LogInTimeout=50
  42. LogInAttempts=5
  43. LogOutLoginPattern=ogin:
  44. LogOutPasswordPattern=word:
  45. LogOutTimeout=50
  46. LogOutAttempts=5
  47. UuioShereTimeout=150
  48. UuioMaxInPacket=128
  49. UuioMaxInWindow=7
  50. UuioPacketTimeout=70
  51. UuioErrLimit=20
  52. XqtInvokeInterval=40
  53. LogDebugLevel=0x040F
  54.  
  55. [Com Port]
  56. Port=COM2:
  57. MaxBaudRate=2400
  58. ResetToConnectSpeed=N
  59. LowerDTRToTerminateCall=Y
  60.  
  61. ModemResponseTimeout=20
  62. ModemDialTimeout=600
  63. HangUpPause=10
  64. DelayBeforeCommand=2
  65.  
  66. ;   Metacharacters:  ~ - pause 1 sec   | - carriage return
  67.  
  68. ; Modem commands
  69. Escape=~+++~
  70. Dial=ATDT
  71. DialPrefix=
  72. DialSuffix=|
  73. OnHook=ATH0|
  74. Reset=AT|
  75.  
  76. ; Modem responses
  77. Ok=OK
  78. 300=CONNECT|
  79. 600=CONNECT 600
  80. 1200=CONNECT 1200
  81. 2400=CONNECT 2400
  82. 4800=CONNECT 4800
  83. 9600=CONNECT 9600
  84. 19200=CONNECT 19200
  85. NoCarrier=NO CARRIER
  86. NoDialtone=NO DIALTONE
  87. NoAnswer=NO ANSWER
  88. Busy=BUSY
  89. Ring=RING|
  90. Voice=VOICE
  91. Error=ERROR
  92.  
  93. ; Answer Control
  94. AnswerEnabled=N
  95. AnswerDelay=10
  96. AnswerCommand=ATA|
  97.  
  98. ; Modem initialization sequence
  99. ;   Metacharacter:  ! - don't expect an echo of cmd
  100. InitAttempts=3
  101. Init1=ATZ|
  102. Init2=AT M1 L2 E1 Q0 X4 &C1 &D2|
  103. Init3=AT S7=120 S10=30|
  104. Init4=
  105.  
  106.